google.golang.org/protobuf/internal/impl.pointer.Int32 (method)

23 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L589: 	v := *p.Int32()
		codec_gen.go#L595: 	v := *p.Int32()
		codec_gen.go#L620: 	*p.Int32() = int32(v)
		codec_gen.go#L635: 	v := *p.Int32()
		codec_gen.go#L645: 	v := *p.Int32()
		codec_gen.go#L995: 	v := *p.Int32()
		codec_gen.go#L1001: 	v := *p.Int32()
		codec_gen.go#L1026: 	*p.Int32() = int32(protowire.DecodeZigZag(v & math.MaxUint32))
		codec_gen.go#L1041: 	v := *p.Int32()
		codec_gen.go#L1051: 	v := *p.Int32()
		codec_gen.go#L3031: 	v := *p.Int32()
		codec_gen.go#L3046: 	*p.Int32() = int32(v)
		codec_gen.go#L3061: 	v := *p.Int32()
		codec_gen.go#L3071: 	v := *p.Int32()
		encode.go#L52: 		if size := atomic.LoadInt32(p.Apply(mi.sizecacheOffset).Int32()); size >= 0 {
		encode.go#L63: 			atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), int32(size))
		encode.go#L91: 			atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), -1)
		encode.go#L93: 			atomic.StoreInt32(p.Apply(mi.sizecacheOffset).Int32(), int32(size))
		merge_gen.go#L37: 	*dst.Int32() = *src.Int32()
		merge_gen.go#L41: 	v := *src.Int32()
		merge_gen.go#L43: 		*dst.Int32() = v
		pointer_unsafe.go#L91: func (p pointer) Int32() *int32                         { return (*int32)(p.p) }